Fullstack-Study

운영체제(OS)

1. 프로세스(Process)


2. 스레드(Thread) & 동기화


네트워크(Network)

0. OSI 7계층


1. TCP/IP

2. UDP

3. HTTP/HTTPS

4. REST API

@PostMapping("/users")
public User create(@RequestBody User user) { ... }

@GetMapping("/users/{id}")
public User read(@PathVariable int id) { ... }

5. 클라이언트-서버 상태 관리